| | | Compiling...
dmsniper02.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(118) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(122) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(125) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(127) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(172) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(183) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(259) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(516) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(561) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(563) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(585) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(601) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(604) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(632) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\deathmatch01\dmsniper02.cpp(653) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
MPInstant.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(68) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(71) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(74) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(77) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(338) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(358) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(359) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(364) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(372) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(379) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(380) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(385) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(393) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(399) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(400) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(405) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(410) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(415) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(423) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(425) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(456) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstant.cpp(1061) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
MPInstantFE2.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(123) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(126) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(129) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(132) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(495) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(515) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(516) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(521) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(526) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(531) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(538) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(539) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(544) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(549) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(554) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(560) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(561) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(566) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(571) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(576) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(584) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(586) : warning C4267: '=' : conversion from 'size_t' to 'unsigned long', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(617) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(757) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(760) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(795) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(840) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3155) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3333) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3334) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3335) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3437) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3625) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3716) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3720) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\mpinstantfe2.cpp(3770) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
StratInstant.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(113) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(116) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(120) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(122) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(185) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(199) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(202) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(213) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(223) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(233) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(514) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\mpinstant\stratinstant.cpp(535) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
DllBase.cpp
MPVehicles.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\mpvehicles.cpp(53) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\mpvehicles.cpp(70) : warning C4267: 'initializing' : conversion from 'size_t' to 'U32', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\mpvehicles.cpp(80) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\mpvehicles.cpp(91) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\mpvehicles.cpp(96) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
PUPMgr.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(45) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(46) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(53) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(65) : error C2065: 'i' : undeclared identifier
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(66) : error C2228: left of '.odf' must have class/struct/union
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(66) : error C2228: left of '.str' must have class/struct/union
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\shared\pupmgr.cpp(67) : error C2228: left of '.waiting' must have class/struct/union
SubMission.cpp
strategy02.cpp
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(113) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(116) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(120) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(122) : warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(185) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(199) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(202) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(213) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(223) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(233) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(242) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(500) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
t:\!1-3-forgotten-enemies\2005-10-23 fe dll src - rev.d gold\missions\strategy02\strategy02.cpp(521) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
t:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
Generating Code...
|